







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Creates a new View that has the same keys and values as this, in the reversed order.
Namespace: Wintellect.PowerCollections
Assembly:
PowerCollections (in PowerCollections.dll)
Syntax
C# |
---|
public OrderedMultiDictionary<TKey, TValue>.OrderedMultiDictionary<(Of <TKey, TValue>)>..::View Reversed() |
Visual Basic (Declaration) |
---|
Public Function Reversed As OrderedMultiDictionary<(Of <TKey, TValue>)>..::View |
Visual C++ |
---|
public: OrderedMultiDictionary<(Of <TKey, TValue>)>..::View^ Reversed () |